Get a list of all user profiles in the system for a specific tenant grouped by ClientLicenseType

{ getAllProfilesByClientLicenseTypeByTenantId }

Gets a listing all profiles in the system for a Tenant grouped by ClientLicenseType

Method

/API2/access/getAllProfilesByClientLicenseTypeByTenantId

  • API Section: /API2/access
  • API Version: 2.0
  • From Release: 2020.0
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
  • Input Parameters

    Name

    tenantId

    Type

    string

    Description

    The system tenant ID

    Output Response

    Successful Result Code

    200

    Response List Type

    Description of Response Type

    Returns a list of profile data objects profiles in the system grouped by ClientLicenseType. The listing is specific to the selected tenant. Note that the response is returned as a list of items of this object type.

    Examples